diagnostics for deprecated syntax of function type parameter list
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ import kotlin.platform.platformStatic
|
||||
class PlatformStaticClass {
|
||||
companion object {
|
||||
@platformStatic
|
||||
fun inClassObject<T>() {}
|
||||
fun <T> inClassObject() {}
|
||||
}
|
||||
|
||||
fun inClass<T>() {}
|
||||
fun <T> inClass() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user