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