ConvertPropertyInitializerToGetterIntention to not be available inside lambda initializer

This commit is contained in:
Valentin Kipyatkov
2016-04-25 17:59:33 +03:00
parent 4a619db721
commit 77033f52ee
3 changed files with 24 additions and 7 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
val x: Int = <caret>run {
<caret>1
}