Minor: add test for suppressed error.
This commit is contained in:
committed by
Dmitry Petrov
parent
3fa33b5969
commit
c4391ebce5
@@ -0,0 +1,9 @@
|
||||
class C {
|
||||
internal fun bar() {}
|
||||
}
|
||||
|
||||
inline fun C.foo() {
|
||||
@Suppress("NON_PUBLIC_CALL_FROM_PUBLIC_INLINE")
|
||||
bar()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user