Skip to content

Commit

Permalink
Revive commented-out test
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed Apr 12, 2018
1 parent 0aef2d2 commit 2a511ea
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ import dotty.tools.languageserver.util.Code._

class SymbolTest {

// @Test def symbol0: Unit =
// code"class ${m1}Foo$m2".withSource.symbol("Foo", ("Foo", "Class", m1 to m2))
@Test def symbol0: Unit = {
val Foo = (m1 to m2).withCode("Foo")
withSources(code"class $Foo").symbol("Foo", Foo.range.symInfo("Foo", SymbolKind.Class))
}

@Test def symbol1: Unit = {
val Foo = (m1 to m2).withCode("Foo")
Expand Down

0 comments on commit 2a511ea

Please sign in to comment.