Fix problem of getting reference and parameter in functional literal inside other parameter (EA-48757)

This commit is contained in:
Nikolay Krasko
2013-08-15 17:39:15 +04:00
parent e984ce2aa8
commit eaf0c2cb84
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
package testing
class TestClass(val test: (<caret>String) -> Int)
// REF: (jet).String