Completion: added a test

This commit is contained in:
Valentin Kipyatkov
2014-05-13 16:39:00 +04:00
parent c9bde2de0e
commit 6c5d974284
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,9 @@
class Test {
class object {
class Some
}
}
fun test() {
Test.S<caret>
}
@@ -0,0 +1,9 @@
class Test {
class object {
class Some
}
}
fun test() {
Test.Some<caret>
}