Skip to content

Commit b66c2cd

Browse files
committed
update a test case (languageFeature.higherKinds was deprecated)
1 parent f67d50b commit b66c2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,8 @@ class CompletionSuite extends BaseCompletionSuite:
852852
"""|dynamics scala.languageFeature
853853
|existentials scala.languageFeature
854854
|experimental scala.languageFeature
855-
|higherKinds scala.languageFeature
856855
|implicitConversions scala.languageFeature
856+
|postfixOps scala.languageFeature
857857
|""".stripMargin,
858858
topLines = Some(5)
859859
)

0 commit comments

Comments
 (0)