Skip to content

Commit b357c61

Browse files
committed
Fix a type inference issue
1 parent 3f6ab33 commit b357c61

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

common/src/commonMain/kotlin/com/huanshankeji/compose/Test.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import kotlin.jvm.JvmInline
66
value class Impl(val any: Any)
77

88
fun test() {
9-
mutableListOf()
9+
mutableListOf<Int>()
1010
}

0 commit comments

Comments
 (0)