Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
fpRedundantProtected.kt
blob: 2a36e50f102222ceabb761403a35de37152c68de [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KT-66161
private
open
class
A
{
protected
fun test
()
{}
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration */