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