Change to star projection: do not suggest in arguments or receiver
#KT-23259 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
73396b5018
commit
4e3d13fcee
@@ -0,0 +1,6 @@
|
||||
// "Change type arguments to <*>" "true"
|
||||
fun test(a: Any) {
|
||||
foo(a as List<*>)
|
||||
}
|
||||
|
||||
fun <T> foo(list: List<T>) {}
|
||||
Reference in New Issue
Block a user