[Test] Update CLI tests according to new default language version

This commit is contained in:
Dmitriy Novozhilov
2021-01-13 14:35:44 +03:00
parent 5122e748c1
commit 73e6d42224
75 changed files with 616 additions and 324 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
@SinceKotlin("1.2")
@SinceKotlin("1.3")
fun old() {}
@SinceKotlin("1.3")
@SinceKotlin("1.4")
fun new() {}