blob: ac2e12ec53c5bbca361af5bd35ed0bbb0e396c5b [file] [log] [blame]
// "Make 'Companion' public explicitly" "true"
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
public class Foo1() {
companion <caret>object {}
}