Small changes in tests to support them on Android
This commit is contained in:
@@ -5,7 +5,7 @@ package test
|
||||
var bvalue: String = ""
|
||||
|
||||
inline var <reified T : Any> T.value: String
|
||||
get() = T::class.java.name + bvalue
|
||||
get() = T::class.java.simpleName + bvalue
|
||||
set(p: String) {
|
||||
bvalue = p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user