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 a213301 commit 00cd302Copy full SHA for 00cd302
presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala
@@ -171,7 +171,8 @@ class CompletionSuite extends BaseCompletionSuite:
171
|PooledConnectionBuilder - javax.sql
172
|CertPathBuilderException - java.security.cert
173
|PKIXCertPathBuilderResult - java.security.cert
174
- |""".stripMargin
+ |""".stripMargin,
175
+ filter = !_.contains("javax.sql") // Not shipped with all JDKs
176
)
177
178
@Test def companion =
0 commit comments