blob: 3087adf7ef7e4e66804282ca336c0b5d1ddade61 [file] [log] [blame]
//class
final class S { static boolean sB() { return true; } static int sI() { return 1; } }