Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Create parameter 'foo'" "true"
|
||||
|
||||
class A {
|
||||
fun test<T>(n: Int) {
|
||||
fun <T> test(n: Int) {
|
||||
val t: T = <caret>foo
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user