Added prohibiting adding of nullability in alternative signatures.

This commit is contained in:
Evgeny Gerashchenko
2012-06-21 15:59:22 +04:00
parent a02ab2b348
commit d9127fc34b
4 changed files with 30 additions and 0 deletions
@@ -0,0 +1,6 @@
namespace test
public open class test.AddingNullability : java.lang.Object {
public final /*constructor*/ fun <init>(): test.AddingNullability
public open fun foo(): jet.Int
}