[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public data class ProductGroup(val short_name: String, val parent: ProductGroup?) {
|
||||
val name: String = if (parent == null) short_name else "${parent.name} $short_name"
|
||||
}
|
||||
Reference in New Issue
Block a user