Mute not relevant JS/WASM back ends for new BB tests
This commit is contained in:
@@ -10,6 +10,9 @@ public class DiagnosticFactory0<E> {
|
||||
}
|
||||
|
||||
// FILE: test.kt
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
class SimpleDiagnostic<E>(val element: E)
|
||||
interface KtAnnotationEntry
|
||||
|
||||
@@ -5,6 +5,9 @@ public interface Processor<T> {
|
||||
}
|
||||
|
||||
// FILE: test.kt
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
interface PsiModifierListOwner
|
||||
interface KtClassOrObject {
|
||||
|
||||
Reference in New Issue
Block a user