Fix paramTypeLambdaMismatch test
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
// ACTION: Change parameter 'block' type of function 'str' to 'Object'
|
// ACTION: Change parameter 'block' type of function 'str' to 'Object'
|
||||||
// ACTION: Create function 'str'
|
// ACTION: Create function 'str'
|
||||||
// ACTION: Edit method contract of 'Object'
|
// ACTION: Edit method contract of 'Object'
|
||||||
|
// ACTION: Introduce import alias
|
||||||
fun fn() {
|
fun fn() {
|
||||||
str(<caret>Object())
|
str(<caret>Object())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user