recognize @NotNull

http://youtrack.jetbrains.com/issue/KT-129
This commit is contained in:
Stepan Koltsov
2012-02-20 22:37:06 +04:00
parent 2026be5464
commit a1d88a0877
14 changed files with 89 additions and 10 deletions
@@ -0,0 +1,6 @@
namespace test
open class test.NotNullMethod : jet.Any {
final /*constructor*/ fun <init>(): test.NotNullMethod
open fun hi(): jet.String
}