d13ac6b5a4
#KT-9697 In Progress
9 lines
96 B
Kotlin
Vendored
9 lines
96 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
class A {
|
|
fun <caret>bar() {
|
|
|
|
}
|
|
}
|
|
} |