Fix null Java type argument problem & add relevant test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
interface Strange<out T> {
|
||||
fun foo(): T
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
interface Strange<out T> {
|
||||
fun foo(): T
|
||||
}
|
||||