a0400f59c2
#KT-38070 Fixed
12 lines
115 B
Kotlin
Vendored
12 lines
115 B
Kotlin
Vendored
package a
|
|
|
|
open class A {
|
|
class Nested
|
|
|
|
fun method() {}
|
|
}
|
|
|
|
fun foo() {}
|
|
var bar = 42
|
|
typealias TA = String
|