Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit fa20717

Browse files
committed
privateな内容に対して呼び出した際に落ちないかを見るためprivate化
1 parent a23db0f commit fa20717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/mapk/core/SimpleKMapperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SimpleDstExt(
4444
arg2: String?,
4545
arg3: Number
4646
) : SimpleDst(arg1, arg2, arg3) {
47-
companion object {
47+
private companion object {
4848
@KConstructor
4949
fun factory(arg1: Int, arg2: String?, arg3: Number): SimpleDstExt {
5050
return SimpleDstExt(arg1, arg2, arg3)

0 commit comments

Comments
 (0)