3a8ad45dec
Reverts and fixes 102f0d3
15 lines
415 B
Plaintext
Vendored
15 lines
415 B
Plaintext
Vendored
package test
|
|
|
|
internal final annotation class Anno : kotlin.Annotation {
|
|
public constructor Anno(/*0*/ e: [ERROR : test.E])
|
|
internal final val e: [ERROR : test.E]
|
|
}
|
|
|
|
test.Anno(e = Unresolved enum entry: test/E.ENTRY: [ERROR : Unresolved enum entry: test/E.ENTRY]) internal open class Class {
|
|
public constructor Class()
|
|
}
|
|
|
|
internal final class Subclass : test.Class {
|
|
public constructor Subclass()
|
|
}
|