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