Create From Usage: Do not generate unnecessary/skip necessary empty lines
This commit is contained in:
-1
@@ -6,6 +6,5 @@ import kotlin.properties.ReadOnlyProperty
|
||||
|
||||
class A<T> {
|
||||
val foo: ReadOnlyProperty<A<T>, A<Int>>
|
||||
|
||||
val x: A<Int> by foo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user