Remove explicit type arguments: don't report when type argument has annotations
#KT-40985 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
e1a380ec95
commit
5e9333773c
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
annotation class Foo(val value: String)
|
||||
|
||||
fun main() {
|
||||
val l = listOf<@Foo("bar") <caret>String>("")
|
||||
}
|
||||
Reference in New Issue
Block a user