@@ -233,7 +233,6 @@ class CompletionSuite extends BaseCompletionSuite:
233
233
|""" .stripMargin,
234
234
""" |JavaConverters - scala.collection
235
235
|JavaConversions - scala.concurrent
236
- |AsJavaConverters - scala.collection.convert
237
236
|AsJavaConsumer - scala.jdk.FunctionWrappers
238
237
|AsJavaConverters - scala.collection.convert
239
238
|FromJavaConsumer - scala.jdk.FunctionWrappers
@@ -1342,7 +1341,15 @@ class CompletionSuite extends BaseCompletionSuite:
1342
1341
|FormView - javax.swing.text.html
1343
1342
|Formatter - java.util
1344
1343
|Formatter - java.util.logging
1345
- |FocusEvent - java.awt.event""" .stripMargin
1344
+ |FocusEvent - java.awt.event
1345
+ |ClassFormatError java.lang
1346
+ |ClassNotFoundException java.lang
1347
+ |NumberFormatException java.lang
1348
+ |NoClassDefFoundError java.lang
1349
+ |NumberFormatException java.lang
1350
+ |StringFormat scala.Predef
1351
+ |StringFormat[A] scala.Predef
1352
+ """ .stripMargin
1346
1353
1347
1354
@ Test def `extension-definition-scope` =
1348
1355
check(
@@ -1557,14 +1564,12 @@ class CompletionSuite extends BaseCompletionSuite:
1557
1564
assertSingleItem = false
1558
1565
)
1559
1566
1560
-
1561
1567
@ Test def `multi-export` =
1562
1568
check(
1563
1569
""" export scala.collection.{AbstractMap, Set@@}
1564
1570
|""" .stripMargin,
1565
1571
""" Set scala.collection
1566
1572
|SetOps scala.collection
1567
- |GenSet scala.collection
1568
1573
|AbstractSet scala.collection
1569
1574
|BitSet scala.collection
1570
1575
|BitSetOps scala.collection
@@ -1583,7 +1588,6 @@ class CompletionSuite extends BaseCompletionSuite:
1583
1588
|""" .stripMargin,
1584
1589
""" Set scala.collection
1585
1590
|SetOps scala.collection
1586
- |GenSet scala.collection
1587
1591
|AbstractSet scala.collection
1588
1592
|BitSet scala.collection
1589
1593
|BitSetOps scala.collection
@@ -1672,6 +1676,7 @@ class CompletionSuite extends BaseCompletionSuite:
1672
1676
|new ListSet[A]: ListSet[A] - scala.collection.immutable
1673
1677
|ListMap[K, V](elems: (K, V)*): ListMap[K, V] - scala.collection.mutable
1674
1678
|new ListMap[K, V]: ListMap[K, V] - scala.collection.mutable
1679
+ |LazyList[A](elems: A*): LazyList[A]
1675
1680
|""" .stripMargin,
1676
1681
filter = _.contains(" [" )
1677
1682
)
0 commit comments