Minor: fixed error message

This commit is contained in:
Svetlana Isakova
2015-10-20 15:30:25 +03:00
parent 27ef6fab21
commit 7150be7c67
12 changed files with 12 additions and 12 deletions
@@ -1,6 +1,6 @@
// "Replace invalid positioned arguments for annotation" "true"
// WITH_RUNTIME
// ERROR: Only named arguments are available for Java annotations
// ERROR: An integer literal does not conform to the expected type kotlin.String
// ERROR: The integer literal does not conform to the expected type kotlin.String
@Ann(1, arg1 = 2) class A
@@ -1,6 +1,6 @@
// "Replace invalid positioned arguments for annotation" "true"
// WITH_RUNTIME
// ERROR: Only named arguments are available for Java annotations
// ERROR: An integer literal does not conform to the expected type kotlin.String
// ERROR: The integer literal does not conform to the expected type kotlin.String
@Ann(1, 2<caret>) class A