We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965f844 commit 74136b4Copy full SHA for 74136b4
server/src/test/kotlin/org/javacs/kt/OverrideMemberTest.kt
@@ -13,9 +13,6 @@ import org.hamcrest.Matchers.equalTo
13
import org.hamcrest.Matchers.hasSize
14
import org.junit.Assert.assertThat
15
16
-// TODO: what should the title be? just the signature? or the name of the member? should we separate between methods and variables?
17
-// easiest is probably just to show the signatures?
18
-
19
class OverrideMemberTest : SingleFileTestFixture("overridemember", "OverrideMembers.kt") {
20
21
val root = testResourcesRoot().resolve(workspaceRoot)
0 commit comments