Fix name clash in JS implementation of multiplatform extension property

See KT-18756
This commit is contained in:
Alexey Andreev
2017-09-14 18:10:07 +03:00
parent 1c7d66c803
commit a66cd8b309
5 changed files with 20 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
header class ClassWithImplByExtension
header val ClassWithImplByExtension.extensionVal: Int
+3
View File
@@ -0,0 +1,3 @@
impl class ClassWithImplByExtension
impl val ClassWithImplByExtension.extensionVal: Int
get() = 0
@@ -0,0 +1,7 @@
-- Common --
Exit code: OK
Output:
-- JS --
Exit code: OK
Output: