KT-12877: support plain reference to declaration in UMD wrapper, support plain reference to package
This commit is contained in:
committed by
Alexey Andreev
parent
495c876b3b
commit
d63a727474
@@ -1,3 +1,6 @@
|
||||
function lib(y) {
|
||||
function foo(y) {
|
||||
return 23 + y;
|
||||
}
|
||||
function baz(y) {
|
||||
return 42 + y;
|
||||
}
|
||||
Reference in New Issue
Block a user