Fix problem of getting reference and parameter in functional literal inside other parameter (EA-48757)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package testing
|
||||
|
||||
class TestClass(val test: (<caret>String) -> Int)
|
||||
|
||||
// REF: (jet).String
|
||||
Reference in New Issue
Block a user