Intentions: function <-> property conversion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun test(n: Int) {
|
||||
fun <caret>foo(): Boolean = n > 1
|
||||
|
||||
val t = foo()
|
||||
}
|
||||
Reference in New Issue
Block a user