KT-935 resolved call used on +=

This commit is contained in:
Alex Tkachman
2012-01-10 21:14:22 +02:00
parent 2e0b1863cd
commit c318191f5d
3 changed files with 46 additions and 1 deletions
@@ -387,4 +387,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt945 () {
blackBoxFile("regressions/kt945.jet");
}
public void testKt935 () {
blackBoxFile("regressions/kt935.kt");
}
}