Analysis API: Add tests for KT-54648
This commit is contained in:
committed by
Space Team
parent
63a908cff8
commit
5e56845ce0
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
fun call {
|
||||
val foo = CInt32VarX<Int>()
|
||||
foo.<expr>value</expr> += 42
|
||||
}
|
||||
|
||||
class CInt32VarX<T>
|
||||
|
||||
var <T : Int> CInt32VarX<T>.value: T
|
||||
get() = TODO()
|
||||
set(value) {}
|
||||
Reference in New Issue
Block a user