Minor: uncomment code fragments in ic tests which already should work
Original commit: ba180f915a
This commit is contained in:
+1
-2
@@ -4,8 +4,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun1() {}
|
fun commonFun1() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val deletedVal1: Int = 20
|
||||||
//private val deletedVal1: Int = 20
|
|
||||||
|
|
||||||
private fun deletedFun1(): Int = 10
|
private fun deletedFun1(): Int = 10
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun1() {}
|
fun commonFun1() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val addedVal1: Int = 20
|
||||||
//private val addedVal1: Int = 20
|
|
||||||
|
|
||||||
private fun addedFun1(): Int = 50
|
private fun addedFun1(): Int = 50
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -6,8 +6,7 @@ fun commonFun2() {}
|
|||||||
|
|
||||||
fun publicDeletedFun2() {}
|
fun publicDeletedFun2() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val deletedVal2: Int = 20
|
||||||
//private val deletedVal2: Int = 20
|
|
||||||
|
|
||||||
private fun deletedFun2(): Int = 10
|
private fun deletedFun2(): Int = 10
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -6,8 +6,7 @@ fun commonFun2() {}
|
|||||||
|
|
||||||
fun publicAddedFun2() {}
|
fun publicAddedFun2() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val addedVal2: Int = 20
|
||||||
//private val addedVal2: Int = 20
|
|
||||||
|
|
||||||
private fun addedFun2(): Int = 50
|
private fun addedFun2(): Int = 50
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun1() {}
|
fun commonFun1() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val deletedVal1: Int = 20
|
||||||
//private val deletedVal1: Int = 20
|
|
||||||
|
|
||||||
private fun deletedFun1(): Int = 10
|
private fun deletedFun1(): Int = 10
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun1() {}
|
fun commonFun1() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val addedVal1: Int = 20
|
||||||
//private val addedVal1: Int = 20
|
|
||||||
|
|
||||||
private fun addedFun1(): Int = 50
|
private fun addedFun1(): Int = 50
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun2() {}
|
fun commonFun2() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val deletedVal2: Int = 20
|
||||||
//private val deletedVal2: Int = 20
|
|
||||||
|
|
||||||
private fun deletedFun2(): Int = 10
|
private fun deletedFun2(): Int = 10
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun2() {}
|
fun commonFun2() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val addedVal2: Int = 20
|
||||||
//private val addedVal2: Int = 20
|
|
||||||
|
|
||||||
private fun addedFun2(): Int = 50
|
private fun addedFun2(): Int = 50
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun() {}
|
fun commonFun() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val deletedVal: Int = 20
|
||||||
//private val deletedVal: Int = 20
|
|
||||||
|
|
||||||
private fun deletedFun(): Int = 10
|
private fun deletedFun(): Int = 10
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,7 @@ package test
|
|||||||
|
|
||||||
fun commonFun() {}
|
fun commonFun() {}
|
||||||
|
|
||||||
// TODO uncomment when generated value will also be private in bytecode
|
private val addedVal: Int = 20
|
||||||
//private val addedVal: Int = 20
|
|
||||||
|
|
||||||
private fun addedFun(): Int = 50
|
private fun addedFun(): Int = 50
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user