[FIR2IR] Generate setter call for assignments, if any
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
class Identifier() {
|
||||
private var myNullable : Boolean = false
|
||||
set(l : Boolean) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
public class A {
|
||||
|
||||
fun setMyStr() {
|
||||
|
||||
Reference in New Issue
Block a user