Skip to content

Commit f449611

Browse files
committed
Reference an issue
1 parent dc80776 commit f449611

File tree

1 file changed

+1
-1
lines changed
  • compose-multiplatform-material/src/commonMain/kotlin/com/huanshankeji/compose/material

1 file changed

+1
-1
lines changed

compose-multiplatform-material/src/commonMain/kotlin/com/huanshankeji/compose/material/ListAndLazyColumn.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ expect abstract class ListElement : Element
1212
expect class ListScope {
1313
/*
1414
There is a compiler bug of calling the functions below with default arguments.
15-
TODO: report this and put the issue link here
15+
The issue link (already resolved): https://github.com/JetBrains/compose-multiplatform/issues/2806
1616
*/
1717

1818
internal fun itemInternal(key: Any? = null, contentType: Any? = null, content: @Composable ItemScope.() -> Unit)

0 commit comments

Comments
 (0)