KT-53: Allow generic parameter passing for properties.
Obsolete issue. #KT-53 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val <T, E> T.foo : E?
|
||||
get() = null
|
||||
|
||||
fun test(): Int? {
|
||||
return 1.foo
|
||||
}
|
||||
Reference in New Issue
Block a user