Added test with type alias
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
typealias Handler = (name: String) -> String
|
||||
|
||||
fun x(handler: Handler): String {
|
||||
return handler(<caret>)
|
||||
}
|
||||
|
||||
/*
|
||||
Text: (<highlight>name: String</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
*/
|
||||
Reference in New Issue
Block a user