don't use PSI for calculating the type of first argument of trait function implementation

This commit is contained in:
Dmitry Jemerov
2012-07-13 16:12:33 +02:00
parent e182041eb9
commit 1ac60dae5e
11 changed files with 69 additions and 72 deletions
@@ -60,4 +60,8 @@ public class TraitsTest extends CodegenTestCase {
public void testKt2399() {
blackBoxFile("regressions/kt2399.kt");
}
public void testTraitFuncCall() {
blackBoxFile("traits/traitFuncCall.kt");
}
}