New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
+3
@@ -1,2 +1,5 @@
|
||||
//class
|
||||
interface I0 {}
|
||||
interface I1 {}
|
||||
interface I2 {}
|
||||
interface A extends I0, I1, I2 {}
|
||||
Reference in New Issue
Block a user