Skip to content

Commit 9cbbbf1

Browse files
committed
Add test
1 parent 0deb555 commit 9cbbbf1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,3 +2257,11 @@ class CompletionSuite extends BaseCompletionSuite:
22572257
|""".stripMargin,
22582258
""
22592259
)
2260+
2261+
@Test def `no-extension-completion-on-packages` =
2262+
check(
2263+
"""object M:
2264+
| scala.runt@@
2265+
|""".stripMargin,
2266+
""
2267+
)

0 commit comments

Comments
 (0)