SymbolUsageValidator infrastructure
This commit is contained in:
+1
-1
@@ -4,5 +4,5 @@ trait Tr<T> {
|
||||
}
|
||||
|
||||
fun test(t: Tr<out String>) {
|
||||
<!SETTER_PROJECTED_OUT!>t.v<!> += null!!
|
||||
t.<!SETTER_PROJECTED_OUT!>v<!> += null!!
|
||||
}
|
||||
Reference in New Issue
Block a user