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,7 @@
// "Create annotation 'foo'" "true"
[foo(1)] fun test() {
}
annotation class foo(val value: Int)