[SLC/ULC] KTIJ-25335 Add tests for fields with missing names
This commit is contained in:
committed by
Space Team
parent
c00eb050ce
commit
f318cd8a79
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// MyClass
|
||||
|
||||
// KTIJ-24121
|
||||
class MyClass<T>(val value: T) {
|
||||
fun getValAsString(): T {
|
||||
return value.toString()
|
||||
}
|
||||
val
|
||||
}
|
||||
Reference in New Issue
Block a user