KT-11588 Type aliases

Fix diagnostic tests (renamed diagnostic message)
This commit is contained in:
Dmitry Petrov
2016-05-18 17:18:09 +03:00
parent 32f61c3918
commit 440e02016b
2 changed files with 6 additions and 6 deletions
@@ -14,7 +14,7 @@ fun test3() {
}
class A {
fun <<!VARIANCE_ON_TYPE_PARAMETER_OF_FUNCTION_OR_PROPERTY!>out<!> <!REPEATED_MODIFIER!>out<!> T> bar() {
fun <<!VARIANCE_ON_TYPE_PARAMETER_NOT_ALLOWED!>out<!> <!REPEATED_MODIFIER!>out<!> T> bar() {
}
}