Intentions: 'Implement abstract member' (Kotlin -> Java)
#KT-8467 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package source
|
||||
|
||||
interface T<X> {
|
||||
var foo: X
|
||||
}
|
||||
Reference in New Issue
Block a user