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