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