StorageManager for compile-time initializer

This commit is contained in:
Natalia Ukhorskaya
2014-02-12 19:59:35 +04:00
parent 17259a052e
commit df3ed5059c
27 changed files with 75 additions and 89 deletions
@@ -5,7 +5,7 @@ class ConstructorTypeParamClassObjectTypeConflict<test> {
trait test
}
val some: test? = null
val some: test? = throw Exception()
}
class ConstructorTypeParamClassObjectConflict<test> {