Introduce Parameter: Implement "Introduce lambda parameter"
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_DEFAULT_VALUE: false
|
||||
fun foo(a: Int) {
|
||||
<selection>throw Exception("Error: $a")</selection>
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo(1)
|
||||
}
|
||||
Reference in New Issue
Block a user