[FIR] Check test text for all alongside tests
For some reason the practice is to configure the K2 diagnostics tests as "alongside" and instruct K1 tests to ensure there are no unexpected differences in the sources. But someone may still forget there is something that they need to configure in the K1 runners.
This commit is contained in:
committed by
Space Team
parent
d803e0e31c
commit
cca04bbcc2
@@ -12,6 +12,7 @@ open class ProtectedInsideInlineError : ProtectedInsideInlineParent() {
|
||||
protected fun protectedFun() = 0
|
||||
|
||||
inline fun publicInlineUserFun(): Int {
|
||||
println(<!PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR!>protectedVar<!> + <!PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR!>protectedParentVar<!>)
|
||||
<!PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR!>protectedFun<!>()
|
||||
<!PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR!>protectedParentFun<!>()
|
||||
return <!PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR!>protectedVar<!> + <!PROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR!>protectedParentVar<!>
|
||||
|
||||
Reference in New Issue
Block a user