Fix name clash in JS implementation of multiplatform extension property
See KT-18756
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
header class ClassWithImplByExtension
|
||||
header val ClassWithImplByExtension.extensionVal: Int
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user