[FIR] Prepend type variables with '+' rather than '_'
'++' is easier to notice than '__'. '++++++' is easier to count than '######'.
This commit is contained in:
committed by
Space Team
parent
a41273b966
commit
bca44e5d8c
+1
-1
@@ -31,7 +31,7 @@ FILE: delegateWithLambda.kt
|
||||
}
|
||||
)
|
||||
public get(): R|kotlin/String| {
|
||||
^ this@R|/Test|.D|/Test.x|.R|SubstitutionOverride</LazyDelegate.getValue: R|Stub (chain inference): TypeVariable(_T)|>|(this@R|/Test|, ::R|/Test.x|)
|
||||
^ this@R|/Test|.D|/Test.x|.R|SubstitutionOverride</LazyDelegate.getValue: R|Stub (chain inference): TypeVariable(+T)|>|(this@R|/Test|, ::R|/Test.x|)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user