[Test] Add ability to specify applicability of diagnostic to module or file

This commit is contained in:
Dmitriy Novozhilov
2021-01-15 14:54:05 +03:00
committed by TeamCityServer
parent 28cff22cd0
commit 6a7cd0c811
117 changed files with 266 additions and 189 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
// !JVM_DEFAULT_MODE: disable
// JVM_TARGET: 1.8
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FILE: JBase.java
public interface JBase extends Base {
@@ -10,7 +11,6 @@ public interface JBase extends Base {
}
// FILE: main.kt
// WITH_RUNTIME
interface Base {
fun test(): String = "Base"