Files
kotlin-fork/compiler/testData/diagnostics/tests/exposed/propertyInSimpleConstructor.kt
T

4 lines
102 B
Kotlin
Vendored

// FIR_IDENTICAL
private enum class Foo { A, B }
class Bar(<!EXPOSED_PARAMETER_TYPE!>val foo: Foo<!>)