FIR LC: introduce modifier list for members

to simulate `default` modifier of methods in interface
This commit is contained in:
Jinseong Jeon
2021-09-23 12:04:46 -07:00
committed by Ilya Kirillov
parent ec5c06238d
commit aad02c1259
9 changed files with 60 additions and 9 deletions
@@ -7,4 +7,6 @@ interface KtInterface {
}
fun withoutBody()
}
}
// FIR_COMPARISON