Test reference resolve from Java to Kotlin

Cases cover the most basic features
Sadly it was missing before
This commit is contained in:
Pavel V. Talanov
2014-10-03 14:16:05 +04:00
parent af963ea244
commit b2ec5e1ec4
12 changed files with 197 additions and 16 deletions
@@ -0,0 +1,7 @@
public class Getter {
public static void foo(k.Class c) {
c.get<caret>Prop();
}
}
// REF: (k.Class).prop