first chunk of interfaces that are valid via dart analyzer
This commit is contained in:

committed by
Tobias Bosch

parent
29c20f7a50
commit
8afa421d75
9
modules/core/test/compiler/compiler_spec.js
Normal file
9
modules/core/test/compiler/compiler_spec.js
Normal file
@ -0,0 +1,9 @@
|
||||
import {describe, id} from 'spec/spec';
|
||||
|
||||
function main() {
|
||||
describe('compiler', () => {
|
||||
it('should hello', () => {
|
||||
print('I am working');
|
||||
});
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user