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