3ec583bb16
#KT-11775 Fixed
14 lines
150 B
Kotlin
Vendored
14 lines
150 B
Kotlin
Vendored
fun foo() {
|
|
fun bar() { }
|
|
|
|
class X {
|
|
init {
|
|
fun quux() {
|
|
}
|
|
}
|
|
|
|
fun xyzzy() {
|
|
}
|
|
}
|
|
}
|