blob: 8655cd4940d79ad878953258d96821dd9adb9e61 [file] [log] [blame]
class D {
String d() {
return "hello";
}
}
class DPrime {}