Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
class MembersReferenceOuterTP<P> {
|
||||
inner class Inner {
|
||||
fun f<Q : P>() {}
|
||||
fun <Q : P> f() {}
|
||||
fun g(p: P): P = null!!
|
||||
|
||||
val v: P = null!!
|
||||
|
||||
Reference in New Issue
Block a user