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:
Mikhail Zarechenskiy
2018-06-05 10:36:47 +03:00
parent 62929ba6f5
commit 4893e466ac
2 changed files with 28 additions and 0 deletions
@@ -1,4 +1,5 @@
// !LANGUAGE: +InlineClasses
// JAVAC_SKIP
// FILE: uint.kt
@@ -100,6 +100,9 @@ package kotlin {
}
package kotlin.internal {
package kotlin.internal.contracts {
}
}
package kotlin.ranges {
@@ -108,6 +111,30 @@ package kotlin {
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 {
}
}