Files
Alexander Udalov a0400f59c2 Add -Xskip-prerelease-check compiler argument
#KT-38070 Fixed
2020-05-07 13:24:26 +02:00

12 lines
115 B
Kotlin
Vendored

package a
open class A {
class Nested
fun method() {}
}
fun foo() {}
var bar = 42
typealias TA = String