Inline iterator test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package zzz
|
||||
|
||||
public class A(val a: Int, val b: Int)
|
||||
|
||||
inline fun A.component1() = a
|
||||
|
||||
inline fun A.component2() = b
|
||||
|
||||
//SMAP ABSENT
|
||||
Reference in New Issue
Block a user