You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/build.gradle.kts.txt
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/Circle.kt.txt
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/Rectangle.kt.txt
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/Shape.kt.txt
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/Square.kt.txt
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/impl/CircleImpl.kt.txt
+20-14Lines changed: 20 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -101,32 +101,38 @@ internal class CircleImpl(
101
101
internal open class CircleProjectionImpl : CircleProjection {
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/impl/RectangleImpl.kt.txt
+34-24Lines changed: 34 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -132,50 +132,60 @@ internal class RectangleImpl(
132
132
internal open class RectangleProjectionImpl : RectangleProjection {
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/impl/ShapeImpl.kt.txt
+14-26Lines changed: 14 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -44,38 +44,26 @@ internal open class ShapeQualifiedProjectionImpl : ShapeQualifiedProjection {
44
44
45
45
internal var __innerId0: Boolean = false
46
46
47
+
override val id: Any?
48
+
get() {
49
+
__innerId0 = true
50
+
return null
51
+
}
52
+
47
53
internal var __innerOpaque1: Boolean = false
48
54
55
+
override val opaque: Any?
56
+
get() {
57
+
__innerOpaque1 = true
58
+
return null
59
+
}
60
+
49
61
internal val ___inner__onCircle: CircleProjectionImpl = CircleProjectionImpl()
50
62
51
63
internal val ___inner__onSquare: SquareProjectionImpl = SquareProjectionImpl()
52
64
53
65
internal val ___inner__onRectangle: RectangleProjectionImpl = RectangleProjectionImpl()
Copy file name to clipboardExpand all lines: kobby-gradle-plugin/src/test/resources/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/expected/io/github/ermadmi78/kobby/testcases/paint_without_parentheses/kobby/kotlin/entity/impl/SquareImpl.kt.txt
+20-14Lines changed: 20 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -101,32 +101,38 @@ internal class SquareImpl(
101
101
internal open class SquareProjectionImpl : SquareProjection {
0 commit comments