Add Kotlin 1.7 language version

This commit is contained in:
Dmitriy Novozhilov
2021-07-13 12:05:42 +03:00
committed by teamcityserver
parent 4a37de51bb
commit 85c7f386eb
10 changed files with 11 additions and 8 deletions
@@ -1,4 +1,4 @@
// !API_VERSION: LATEST
// !API_VERSION: LATEST_STABLE
fun test(s: String?): Int {
s!!
@@ -1,4 +1,4 @@
// !API_VERSION: LATEST
// !API_VERSION: LATEST_STABLE
fun test(s: String?): Int {
s!!
@@ -1,8 +1,8 @@
// !API_VERSION: LATEST
// !API_VERSION: LATEST_STABLE
fun test(s: String) = s?.length
// 0 IFNULL
// 0 IFNONNULL
// 0 intValue
// 1 valueOf
// 0 valueOf