one more test; generate 'return' for primitive type return values
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
trait G<T> {
|
||||
fun foo(t : T) : T
|
||||
}
|
||||
|
||||
class GC() : G<Int> {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user