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 Constructor {
public static void foo() {
new k.Clas<caret>s();
}
}
// REF: (k).Class