Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ class C {
|
||||
fun willBeInfix(i: Int) {}
|
||||
}
|
||||
|
||||
fun typed<T>() {
|
||||
fun <T> typed() {
|
||||
}
|
||||
|
||||
fun <T : Cloneable> withTypeParameters() where T : Comparable<T> {
|
||||
|
||||
Reference in New Issue
Block a user