Create From Usage: Fix type substitution for no-receiver calls
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
import kotlin.properties.ReadOnlyProperty
|
||||
|
||||
class A<T> {
|
||||
val <T> foo: ReadOnlyProperty<A<T>, A<Int>>
|
||||
val foo: ReadOnlyProperty<A<T>, A<Int>>
|
||||
|
||||
val x: A<Int> by foo
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
import kotlin.properties.ReadWriteProperty
|
||||
|
||||
class A<T> {
|
||||
val <T> foo: ReadWriteProperty<A<T>, A<Int>>
|
||||
val foo: ReadWriteProperty<A<T>, A<Int>>
|
||||
|
||||
var x: A<Int> by foo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user