KT-504 array like expressions with type parameters
This commit is contained in:
@@ -202,4 +202,10 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
System.out.println(generateToText());
|
||||
blackBox();
|
||||
}
|
||||
|
||||
public void testKt504 () throws Exception {
|
||||
loadFile("regressions/kt504.jet");
|
||||
System.out.println(generateToText());
|
||||
blackBox();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user