Intentions: 'Implement abstract member' (Kotlin -> Java)

#KT-8467 Fixed
This commit is contained in:
Alexey Sedunov
2015-12-21 20:55:56 +03:00
parent 03641ffbee
commit 4fba251fba
17 changed files with 285 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
package source
interface T<X> {
val foo: X
}