Create From Usage: Create class by annotation entry/super-call delegation specifier

This commit is contained in:
Alexey Sedunov
2014-11-05 14:31:33 +03:00
parent 1b1eb10979
commit afeb03f383
31 changed files with 357 additions and 6 deletions
@@ -0,0 +1,5 @@
// "Create annotation 'foo'" "true"
[<caret>foo(1, "2")] fun test() {
}