8bd0b237b7
#KT-28078 Fixed
4 lines
137 B
Kotlin
Vendored
4 lines
137 B
Kotlin
Vendored
private enum class Foo { A, B }
|
|
|
|
class Bar(<!EXPOSED_PARAMETER_TYPE!>val <!EXPOSED_PROPERTY_TYPE_IN_CONSTRUCTOR_WARNING!>foo<!>: Foo<!>)
|