JS test: added multi-module inline tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package utils
|
||||
|
||||
public class A(public val x: Int) {
|
||||
inline
|
||||
public fun plus(y: Int): Int = x + y
|
||||
}
|
||||
Reference in New Issue
Block a user