Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
fun <T> doSomething(a: T) {}
|
||||
|
||||
fun foo(p: Int) {
|
||||
<caret>if (p < 0 /* p < 0 */ || p > 100 /* too much */) {
|
||||
|
||||
Reference in New Issue
Block a user