J2K: not initialized field of non-primitive type should have null initializer
#KT-11544 Fixed
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
// ERROR: Unresolved reference: Foo
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
internal class C {
|
||||
var f: Foo
|
||||
var f: Foo? = null
|
||||
}
|
||||
Reference in New Issue
Block a user