913a997f24
#KT-20757 fixed
7 lines
71 B
Kotlin
Vendored
7 lines
71 B
Kotlin
Vendored
package test
|
|
|
|
class Foo() {
|
|
fun foo() {
|
|
Bar().bar()
|
|
}
|
|
} |