bf90cb5cc0
Allow the compiler to read such libraries without any errors, at the risk of crashing with an exception. Also fix a minor bug in the diagnostic message in LibrarySourcesConfig and in the corresponding test in KotlinJpsBuildTest
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
|