blob: 98f967702eada7f2c97fa794ffa8addad0f401e0 [file] [log] [blame]
// "Make 'method' public explicitly" "true"
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
public class Foo2() {
fun <caret>method() {}
}