Skip test for javac diagnostics
There are problems with sharing the same `txt` file when using custom declarations from `kotlin` package
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
|||||||
// !LANGUAGE: +InlineClasses
|
// !LANGUAGE: +InlineClasses
|
||||||
|
// JAVAC_SKIP
|
||||||
|
|
||||||
// FILE: uint.kt
|
// FILE: uint.kt
|
||||||
|
|
||||||
|
|||||||
+27
@@ -100,6 +100,9 @@ package kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package kotlin.internal {
|
package kotlin.internal {
|
||||||
|
|
||||||
|
package kotlin.internal.contracts {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
package kotlin.ranges {
|
package kotlin.ranges {
|
||||||
@@ -108,6 +111,30 @@ package kotlin {
|
|||||||
package kotlin.reflect {
|
package kotlin.reflect {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package kotlin.script {
|
||||||
|
|
||||||
|
package kotlin.script.dependencies {
|
||||||
|
}
|
||||||
|
|
||||||
|
package kotlin.script.experimental {
|
||||||
|
|
||||||
|
package kotlin.script.experimental.dependencies {
|
||||||
|
}
|
||||||
|
|
||||||
|
package kotlin.script.experimental.location {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
package kotlin.script.extensions {
|
||||||
|
}
|
||||||
|
|
||||||
|
package kotlin.script.templates {
|
||||||
|
|
||||||
|
package kotlin.script.templates.standard {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
package kotlin.text {
|
package kotlin.text {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user