KT-1306123.lng or 123.sht is not good name
This commit is contained in:
@@ -378,7 +378,7 @@ public class NamespaceGenTest extends CodegenTestCase {
|
||||
}
|
||||
|
||||
public void testArrayAugAssignLong() throws Exception {
|
||||
loadText("fun foo(c: LongArray) { c[0] *= 2.lng }");
|
||||
loadText("fun foo(c: LongArray) { c[0] *= 2.long }");
|
||||
// System.out.println(generateToText());
|
||||
final Method main = generateFunction();
|
||||
long[] data = new long[] { 5 };
|
||||
|
||||
Reference in New Issue
Block a user