FIR checker: warn redundant open in interface members properly

This commit is contained in:
Jinseong Jeon
2021-01-14 13:29:36 -08:00
committed by Mikhail Glukhikh
parent 2e8b5f2380
commit 6b5ee6c9f9
9 changed files with 47 additions and 44 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
interface My {
<!REDUNDANT_OPEN_IN_INTERFACE!>open<!> fun foo()
open fun bar() {}