Exclude non-inline method bodies from ABI classes

This commit is contained in:
Alexey Tsvetkov
2018-11-30 16:15:51 +03:00
parent 903f6bc79b
commit 7c2f7cab9a
7 changed files with 71 additions and 5 deletions
@@ -0,0 +1,3 @@
package test
fun sum(x: Int, y: Int): Int = x + y
@@ -0,0 +1,3 @@
package test
fun sum(x: Int, y: Int): Int = y + x