package test data public class RemData(val removable: Int) fun usage(data: RemData): Int { return data.component1() }