add space between property type parameter list and property name
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
val <T> foo: T?
|
||||
get() {
|
||||
return null
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
val <T>foo: T?
|
||||
get() { return null}
|
||||
Reference in New Issue
Block a user