37b2e97e56
A swarm of tests fixed accordingly.
15 lines
388 B
Plaintext
Vendored
15 lines
388 B
Plaintext
Vendored
package test
|
|
|
|
kotlin.annotation.annotation() internal final 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) internal open class Class {
|
|
public constructor Class()
|
|
}
|
|
|
|
internal final class Subclass : test.Class {
|
|
public constructor Subclass()
|
|
}
|