blob: 23b63944d9c28fd5657a39e74f61ae3ac4804483 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_DUMP
// FILE: GenericContainer.java
public class GenericContainer<SELF extends GenericContainer<SELF>> {
public GenericContainer(String dockerImageName) {
}
}
// FILE: test.kt
val container = GenericContainer("nginx")
/* GENERATED_FIR_TAGS: capturedType, flexibleType, javaFunction, javaType, outProjection, propertyDeclaration,
starProjection, stringLiteral */