KT-1033 Generate implementations produces wrong code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
trait Some {
|
||||
fun foo(some : Int?) : Int
|
||||
}
|
||||
|
||||
class SomeOther : Some {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user