blob: d3eef7337bd74e5d736e9699b1c5a4dadeef7d9d [file]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-71943
// WITH_STDLIB
import sun.awt.image.*
fun withCustomDecoders(originalGetDecoder: () -> <!JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE!>ImageDecoder?<!>) {}
fun createImage() = withCustomDecoders { null }
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, lambdaLiteral, nullableType */