blob: 454f4a35778edcf523db5e09ad6803f4e36ad140 [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 */