Migrate all JDK 9 related tests to JDK 11

This commit is contained in:
Dmitriy Novozhilov
2021-09-22 17:21:53 +03:00
committed by TeamCityServer
parent ce3562f0e8
commit de7fb9606a
92 changed files with 284 additions and 306 deletions
@@ -1,5 +1,5 @@
// KOTLIN_CONFIGURATION_FLAGS: STRING_CONCAT=indy-with-constants
// JVM_TARGET: 9
// JVM_TARGET: 11
fun box(a: String, b: String?) {
val sb = StringBuilder();
sb.append("123")
@@ -7,4 +7,4 @@ fun box(a: String, b: String?) {
// 0 INVOKEDYNAMIC makeConcatWithConstants
// 1 append
// 0 stringPlus
// 0 stringPlus