8bd0b237b7
#KT-28078 Fixed
7 lines
211 B
Kotlin
Vendored
7 lines
211 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// !LANGUAGE: -ForbidExposingTypesInPrimaryConstructorProperties
|
|
|
|
private enum class Foo { A, B }
|
|
|
|
class Bar private constructor(val <!EXPOSED_PROPERTY_TYPE_IN_CONSTRUCTOR_WARNING!>foo<!>: Foo)
|