2988d671f7
We have several tests which tests how compiler with LV = LATEST_STABLE can consume binaries compiled with LV = LATEST_STABLE + 1 with different CLI flags. For LV = 2.0 we have special rules for those flags, so testdata was changed After switching LV in repository to 2.0 this testdata should be rolled back
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
|