blob: e0a00f7b84a1ee7747aa397c466bdf2bba2fcc26 [file] [log] [blame]
// "Make '<init>' public explicitly" "true"
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
public class Foo5 {
constructor<caret>() {}
}