dart.dart (139B)
1 class Test { 2 Test() { 3 var object = 2 + 2; 4 print(object); 5 } 6 Test(); 7 Test(); 8 9 void b() {} 10 void a() {} 11 } 12 13 var a = Test();
![]() | neovimPersonal neovim configuration files |
git clone git://gtms.dev/neovim | |
Log | Files | Refs |