working on @JetProperty.type

This commit is contained in:
Stepan Koltsov
2012-01-12 07:04:00 +04:00
parent 541fc8ec29
commit ec5d5e2dcf
13 changed files with 130 additions and 59 deletions
@@ -0,0 +1,6 @@
package test
import java.lang.CharSequence
val Int.ggg: CharSequence
get() = throw Exception()
@@ -0,0 +1,6 @@
package test
import java.lang.CharSequence
val Int.ggg: CharSequence?
get() = throw Exception()