KT-1033 Generate implementations produces wrong code
This commit is contained in:
@@ -4,7 +4,5 @@ trait G<T> {
|
||||
|
||||
class GC() : G<Int> {
|
||||
|
||||
override fun foo(t: Int): Int {
|
||||
return 0
|
||||
}
|
||||
override fun foo(t: Int): Int = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user