Exclude non-inline method bodies from ABI classes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
fun sum(x: Int, y: Int): Int = x + y
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
fun sum(x: Int, y: Int): Int = x + y
|
||||