Implement Abstract Member Intention: Support primary constructor parameters
#KT-8427 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
open class A {
|
||||
val <caret>foo: Int
|
||||
}
|
||||
Reference in New Issue
Block a user