b0dece756a
KotlinLambdasHintsProvider which in now responsible for lambda related hints is not compatible with the existing LambdaReturnValueHintsTest. Because of that tests were migrated to the new infrastructure.
4 lines
103 B
Kotlin
Vendored
4 lines
103 B
Kotlin
Vendored
// MODE: receivers_params
|
|
val x = buildString { <hint text="this: StringBuilder" />
|
|
append("foo")
|
|
} |