FIR: set proper visibility of property accessors.

This commit is contained in:
Jinseong Jeon
2020-05-12 00:04:29 -07:00
committed by Mikhail Glukhikh
parent 5d724a8cbc
commit 30e5748fec
8 changed files with 49 additions and 19 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface A {
// There must be no delegation methods for 'log' and 'bar' in C as they are private
private val log: String get() = "O"