4285c6045a
in explicit API mode due to incorrect cast. Add tests for applying this quickfix. #KT-36020 fixed.
6 lines
199 B
Kotlin
Vendored
6 lines
199 B
Kotlin
Vendored
// "Make 'bar' public explicitly" "true"
|
|
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
|
|
|
|
public class Foo(val <caret>bar: Int, private var bar2: String, internal var bar3: Long, public var bar4: Int)
|
|
|