mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 08:29:22 +08:00
Finish migrating tests from the reflective adapter
This commit is contained in:
@@ -523,8 +523,8 @@ class KotlinJsonAdapterTest {
|
||||
}
|
||||
|
||||
class PrivateProperties {
|
||||
var a: Int = -1
|
||||
var b: Int = -1
|
||||
private var a: Int = -1
|
||||
private var b: Int = -1
|
||||
|
||||
fun a() = a
|
||||
|
||||
|
Reference in New Issue
Block a user