blob: 49f5c4486ecb689496114bf6c4cbab8f9a09b948 [file]
// RUN_PIPELINE_TILL: BACKEND
// module: main
import androidx.compose.foundation.layout.BoxWithConstraints
import androidx.compose.foundation.text.BasicText
import androidx.compose.runtime.Composable
@Composable
fun WithBoxWithConstraints() {
BoxWithConstraints {
BasicText("${constraints.maxWidth}")
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, lambdaLiteral */