Test keywords completion with fixture tests

This commit is contained in:
Nikolay Krasko
2013-04-11 14:38:52 +04:00
parent 3963eb0d5e
commit 7f8e0e8803
11 changed files with 229 additions and 254 deletions
@@ -7,8 +7,10 @@ public class Test {
}
}
// TIME: 1
// EXIST: abstract
// ?ABSENT: annotation
/* // ABSENT: annotation */
// ABSENT: as
// ABSENT: break
// ABSENT: by
@@ -2,6 +2,8 @@ class TestClass {
<caret>
}
// TIME: 1
// EXIST: abstract
// ABSENT: annotation
// ABSENT: as
@@ -3,7 +3,7 @@ fun foo() {
}
// ABSENT: abstract
// ??ABSENT: annotation // java annotation namespace
/* // ABSENT: annotation */
// EXIST: as
// EXIST: break
// EXIST: by
@@ -1,6 +1,6 @@
// for: KT-2170
open class Foo {
p<caret> val foo = 1
}
// FOR: KT-2170
// EXIST: private, public, protected
@@ -3,7 +3,7 @@ fun foo() {
}
// ABSENT: abstract
// ??ABSENT: annotation // java annotation namespace
/* // ABSENT: annotation */
// EXIST: as
// EXIST: break
// EXIST: by