Make property initializer modification is OutOfBlock change
Fixed #KT-38762
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// OUT_OF_CODE_BLOCK: TRUE
|
||||
// TYPE: 'A'
|
||||
// SKIP_ANALYZE_CHECK
|
||||
|
||||
class SomeClass(val paramA: Int) {
|
||||
val someProperty: Int = param<caret>
|
||||
}
|
||||
|
||||
// TODO: it has to be non OCB !
|
||||
Reference in New Issue
Block a user