_1 and such work for Tuples
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.jetbrains.jet.codegen;
|
||||
|
||||
public class TupleGenTest extends CodegenTestCase {
|
||||
public void testBasic() {
|
||||
blackBoxFile("/tuples/basic.jet");
|
||||
// System.out.println(generateToText());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user