add tests for comparison of package members
Original commit: bc6746b9e6
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
public fun unchangedFun() {}
|
||||
|
||||
public fun removedFun(): Int = 10
|
||||
|
||||
public val removedVal: String = "A"
|
||||
|
||||
public val changedVal: Int = 20
|
||||
|
||||
internal fun changedFun(arg: Int) {}
|
||||
|
||||
private fun privateRemovedFun() {}
|
||||
Reference in New Issue
Block a user