KT-2739 Error type inferred for hashSet(Pair, Pair, Pair)

#KT-2739 Fixed
This commit is contained in:
Andrey Breslav
2012-09-07 18:24:12 +04:00
parent 213157a3c5
commit b46187a560
5 changed files with 43 additions and 8 deletions
@@ -171,6 +171,9 @@ public class FunctionGenTest extends CodegenTestCase {
blackBoxFile("regressions/kt1038.kt");
}
public void testKt2739() {
blackBoxFile("regressions/kt2739.kt");
}
public void testReferencesStaticInnerClassMethod() throws Exception {
blackBoxFileWithJava("functions/referencesStaticInnerClassMethod.kt");