KT-945 functional parameters used properly on array creation

This commit is contained in:
Alex Tkachman
2012-01-10 14:58:16 +02:00
parent 24e037cc0a
commit 85ff44676a
3 changed files with 21 additions and 5 deletions
@@ -383,4 +383,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt944 () {
blackBoxFile("regressions/kt944.kt");
}
public void testKt945 () {
blackBoxFile("regressions/kt945.jet");
}
}