Minor: add missing "'"
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ BB 0
|
||||
CONTENT
|
||||
1 FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
|
||||
2 GET_VAR 'value-parameter arg: Int' type=kotlin.Int origin=null
|
||||
3 RETURN type=kotlin.Nothing from=foo(Int): Int'
|
||||
3 RETURN type=kotlin.Nothing from='foo(Int): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ BB 0
|
||||
CONTENT
|
||||
1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
2 GET_OBJECT 'Unit' type=kotlin.Unit
|
||||
3 RETURN type=kotlin.Nothing from=foo(): Unit'
|
||||
3 RETURN type=kotlin.Nothing from='foo(): Unit'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ INCOMING <- BB 5
|
||||
Do..while exit: DO_WHILE label=null origin=DO_WHILE_LOOP
|
||||
CONTENT
|
||||
1 GET_VAR 'count: Int' type=kotlin.Int origin=null
|
||||
2 RETURN type=kotlin.Nothing from=digitCountInNumber(Int, Int): Int'
|
||||
2 RETURN type=kotlin.Nothing from='digitCountInNumber(Int, Int): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:digitCountInNumber visibility:public modality:FINAL <> (n:kotlin.Int, m:kotlin.Int) returnType:Int flags:
|
||||
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ INCOMING <- BB 3
|
||||
While exit: WHILE label=null origin=FOR_LOOP_INNER_WHILE
|
||||
CONTENT
|
||||
1 GET_VAR 'result: Int' type=kotlin.Int origin=null
|
||||
2 RETURN type=kotlin.Nothing from=factorial(Int): Int'
|
||||
2 RETURN type=kotlin.Nothing from='factorial(Int): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:factorial visibility:public modality:FINAL <> (i:kotlin.Int) returnType:Int flags:
|
||||
|
||||
|
||||
+1
-1
@@ -81,7 +81,7 @@ CONTENT
|
||||
1 GET_VAR 'sum: Int' type=kotlin.Int origin=null
|
||||
2 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null
|
||||
3 CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
|
||||
4 RETURN type=kotlin.Nothing from=isPerfect(Int): Boolean'
|
||||
4 RETURN type=kotlin.Nothing from='isPerfect(Int): Boolean'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:isPerfect visibility:public modality:FINAL <> (n:kotlin.Int) returnType:Boolean flags:
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ BB 0
|
||||
CONTENT
|
||||
1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
2 GET_OBJECT 'Unit' type=kotlin.Unit
|
||||
3 RETURN type=kotlin.Nothing from=foo(): Unit'
|
||||
3 RETURN type=kotlin.Nothing from='foo(): Unit'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ CONTENT
|
||||
4 CALL 'times(Int): Int' type=kotlin.Int origin=MUL
|
||||
5 VAR name:dbl type:kotlin.Int flags:val
|
||||
6 GET_VAR 'dbl: Int' type=kotlin.Int origin=null
|
||||
7 RETURN type=kotlin.Nothing from=foo(Int): Int'
|
||||
7 RETURN type=kotlin.Nothing from='foo(Int): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ BB 0
|
||||
CONTENT
|
||||
1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
2 GET_OBJECT 'Unit' type=kotlin.Unit
|
||||
3 RETURN type=kotlin.Nothing from=foo(): Unit'
|
||||
3 RETURN type=kotlin.Nothing from='foo(): Unit'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ BB 6
|
||||
INCOMING <- BB 3, 4, 5
|
||||
When exit: WHEN type=kotlin.Int origin=WHEN
|
||||
CONTENT
|
||||
1 RETURN type=kotlin.Nothing from=compare(Int, Int): Int'
|
||||
1 RETURN type=kotlin.Nothing from='compare(Int, Int): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:compare visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ BB 2
|
||||
INCOMING <- BB 1
|
||||
When exit: WHEN type=kotlin.Int origin=WHEN
|
||||
CONTENT
|
||||
1 RETURN type=kotlin.Nothing from=empty(): Int'
|
||||
1 RETURN type=kotlin.Nothing from='empty(): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:empty visibility:public modality:FINAL <> () returnType:Int flags:
|
||||
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ BB 4
|
||||
INCOMING <- BB 2, 3
|
||||
When exit: WHEN type=kotlin.Int origin=null
|
||||
CONTENT
|
||||
1 RETURN type=kotlin.Nothing from=max(Int, Int): Int'
|
||||
1 RETURN type=kotlin.Nothing from='max(Int, Int): Int'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:max visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
|
||||
|
||||
|
||||
+5
-5
@@ -22,7 +22,7 @@ INCOMING <- BB 1
|
||||
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
|
||||
CONTENT
|
||||
1 CONST Double type=kotlin.Double value=1.0
|
||||
2 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
|
||||
2 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
|
||||
BB 3
|
||||
@@ -45,7 +45,7 @@ INCOMING <- BB 3
|
||||
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
|
||||
CONTENT
|
||||
1 CONST Double type=kotlin.Double value=2.0
|
||||
2 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
|
||||
2 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
|
||||
BB 5
|
||||
@@ -54,7 +54,7 @@ INCOMING <- BB 3
|
||||
CONTENT
|
||||
1 GET_VAR 'bc: Double' type=kotlin.Double origin=null
|
||||
2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS
|
||||
3 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
|
||||
3 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
|
||||
BB 6
|
||||
@@ -82,7 +82,7 @@ INCOMING <- BB 6
|
||||
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
|
||||
CONTENT
|
||||
1 CONST Double type=kotlin.Double value=3.0
|
||||
2 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
|
||||
2 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
|
||||
BB 8
|
||||
@@ -169,7 +169,7 @@ BB 16
|
||||
INCOMING <- BB 14, 15
|
||||
When exit: WHEN type=kotlin.Double origin=null
|
||||
CONTENT
|
||||
1 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
|
||||
1 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
|
||||
|
||||
|
||||
+6
-6
@@ -45,7 +45,7 @@ INCOMING <- BB 0
|
||||
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
|
||||
CONTENT
|
||||
1 CONST String type=kotlin.String value=Excellent
|
||||
2 RETURN type=kotlin.Nothing from=toString(String): String'
|
||||
2 RETURN type=kotlin.Nothing from='toString(String): String'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
|
||||
BB 6
|
||||
@@ -53,7 +53,7 @@ INCOMING <- BB 1
|
||||
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
|
||||
CONTENT
|
||||
1 CONST String type=kotlin.String value=Good
|
||||
2 RETURN type=kotlin.Nothing from=toString(String): String'
|
||||
2 RETURN type=kotlin.Nothing from='toString(String): String'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
|
||||
BB 7
|
||||
@@ -61,7 +61,7 @@ INCOMING <- BB 2
|
||||
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
|
||||
CONTENT
|
||||
1 CONST String type=kotlin.String value=Mediocre
|
||||
2 RETURN type=kotlin.Nothing from=toString(String): String'
|
||||
2 RETURN type=kotlin.Nothing from='toString(String): String'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
|
||||
BB 8
|
||||
@@ -69,7 +69,7 @@ INCOMING <- BB 3
|
||||
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
|
||||
CONTENT
|
||||
1 CONST String type=kotlin.String value=Fair
|
||||
2 RETURN type=kotlin.Nothing from=toString(String): String'
|
||||
2 RETURN type=kotlin.Nothing from='toString(String): String'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
|
||||
BB 9
|
||||
@@ -77,7 +77,7 @@ INCOMING <- BB 4
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
CONTENT
|
||||
1 CONST String type=kotlin.String value=Failure
|
||||
2 RETURN type=kotlin.Nothing from=toString(String): String'
|
||||
2 RETURN type=kotlin.Nothing from='toString(String): String'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
|
||||
BB 10
|
||||
@@ -85,7 +85,7 @@ INCOMING <- BB 4
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
CONTENT
|
||||
1 CONST String type=kotlin.String value=???
|
||||
2 RETURN type=kotlin.Nothing from=toString(String): String'
|
||||
2 RETURN type=kotlin.Nothing from='toString(String): String'
|
||||
OUTGOING -> NONE
|
||||
Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user