FIR checker: introduce member function checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5594af0d70
commit
39df3e2b0a
@@ -6,7 +6,7 @@ interface My {
|
||||
final val y: Int
|
||||
final val yy: Int
|
||||
get() = 1
|
||||
private fun foo(): Int
|
||||
<!PRIVATE_FUNCTION_WITH_NO_BODY!>private<!> fun foo(): Int
|
||||
// ok
|
||||
private fun bar() = 42
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user