Repoting platform declarations clashes in CLI compiler for JVM
#KT-1 In Progress
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
fun getA(): Int = 1
|
||||
val a: Int = 1
|
||||
}
|
||||
|
||||
fun getB(): Int = 1
|
||||
val b: Int = 1
|
||||
Reference in New Issue
Block a user