4285c6045a
in explicit API mode due to incorrect cast. Add tests for applying this quickfix. #KT-36020 fixed.
6 lines
112 B
Kotlin
Vendored
6 lines
112 B
Kotlin
Vendored
// "Make 'Foo1' public explicitly" "true"
|
|
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
|
|
|
|
class <caret>Foo1() {}
|
|
|