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 cdefa52 commit c88c069Copy full SHA for c88c069
README.md
@@ -25,10 +25,6 @@ Write your abstract tests:
25
```kotlin
26
@TestMetadata("compiler-tests/src/test/data/box")
27
open class AbstractBoxTest : AbstractFirLightTreeBlackBoxCodegenTest() {
28
- override fun createKotlinStandardLibrariesPathProvider(): KotlinStandardLibrariesPathProvider {
29
- return ClasspathBasedStandardLibrariesPathProvider
30
- }
31
-
32
override fun configure(builder: TestConfigurationBuilder) {
33
super.configure(builder)
34
0 commit comments