Files
kotlin-fork/idea/testData/intentions/changeVisibility/private/notForLocal.kt
T
2015-05-14 01:10:11 +03:00

4 lines
58 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo() {
<caret>val v = 1
}