blob: 4662283be1e83b1a87429e9d6984bb40eb9ef910 [file]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-61076
// FILE: InspectionApplicationBase.java
public class InspectionApplicationBase {
private String loadInspectionProfile() { return ""; }
}
// FILE: Main.kt
class QodanaInspectionApplication: InspectionApplicationBase() {
suspend fun loadInspectionProfile(): String = ""
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, javaType, stringLiteral, suspend */