Do not set api version to language version when language version is null

#KT-21852 fixed
    #KT-21574 fixed

Original commit: 3f082346ae
This commit is contained in:
Alexey Tsvetkov
2017-12-15 23:18:32 +03:00
parent cf59f84273
commit 453d38b0f7
5 changed files with 49 additions and 3 deletions
@@ -0,0 +1,5 @@
package test
fun main(args: Array<String>) {
arrayListOf(1, 2, 3).fill(0)
}