update tests: jvmName --> JvmName

This commit is contained in:
Dmitry Petrov
2015-09-07 12:19:29 +03:00
parent 2519641b2b
commit bc5e29df9f
15 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
compiler/testData/cli/jvm/fileClassClashMultipleFiles1.kt:1:1: error: duplicate JVM class name 'test/Util' generated from: package-fragment test, package-fragment test
@file:jvmName("Util")
@file:JvmName("Util")
^
compiler/testData/cli/jvm/fileClassClashMultipleFiles2.kt:1:1: error: duplicate JVM class name 'test/Util' generated from: package-fragment test, package-fragment test
@file:jvmName("Util")
@file:JvmName("Util")
^
COMPILATION_ERROR