Add explicit return types to several test data files so that AST access is not needed
Test cases are chosen so that addition/removal of explicit type will not interfere with the original purpose of the test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
class ClassParamUsedInFun<in T> {
|
||||
fun f(t: T) = 1
|
||||
fun f(t: T): Int = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user