Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ c<t>.
|
||||
|
||||
//-----------
|
||||
class A<X> {
|
||||
fun foo<Y>() {
|
||||
fun <Y> foo() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user