Test keywords completion with fixture tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user