KT-12054 J2K generates obj is Type<Any> instead of obj is Type<*>
#KT-12054 Fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import java.util.HashSet
|
||||
|
||||
internal class Foo {
|
||||
fun foo(o: HashSet<Any>) {
|
||||
fun foo(o: HashSet<*>) {
|
||||
val o2 = o
|
||||
var foo = 0
|
||||
foo = o2.size
|
||||
|
||||
Reference in New Issue
Block a user