[Test] Replace remaining KOTLIN_CONFIGURATION_FLAGS directives with specific ones
This commit is contained in:
committed by
TeamCityServer
parent
3ee5665746
commit
606ae45f5f
@@ -2,7 +2,7 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
// KOTLIN_CONFIGURATION_FLAGS: +JVM.PARAMETERS_METADATA
|
||||
// PARAMETERS_METADATA
|
||||
|
||||
interface Test {
|
||||
fun test(OK: String) = "123"
|
||||
@@ -18,4 +18,4 @@ fun box(): String {
|
||||
if (parameters[1].modifiers != 0) return "wrong modifier on value parameter: ${parameters[1].modifiers}"
|
||||
|
||||
return parameters[1].name
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user