ConvertPropertyInitializerToGetterIntention to not be available inside lambda initializer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
val x: Int = <caret>run {
|
||||
<caret>1
|
||||
}
|
||||
Reference in New Issue
Block a user