Minor. removed several tests with error calls.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
// PARAM_DESCRIPTOR: value-parameter unaryPlus: kotlin.String.() -> kotlin.Unit defined in foo
|
||||
// PARAM_TYPES: kotlin.String.() -> kotlin.Unit
|
||||
|
||||
fun foo(unaryPlus: String.() -> Unit) {
|
||||
<selection>+</selection> "A"
|
||||
}
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
// PARAM_DESCRIPTOR: value-parameter unaryPlus: kotlin.String.() -> kotlin.Unit defined in foo
|
||||
// PARAM_TYPES: kotlin.String.() -> kotlin.Unit
|
||||
|
||||
fun foo(unaryPlus: String.() -> Unit) {
|
||||
"A".(function(plus))()
|
||||
}
|
||||
|
||||
private fun function(unaryPlus: String.() -> Unit) = unaryPlus
|
||||
Reference in New Issue
Block a user