Finish migrating tests from the reflective adapter

This commit is contained in:
Jesse Wilson
2018-05-13 21:52:06 -04:00
parent 298aff24f5
commit 13952c5430
10 changed files with 159 additions and 217 deletions

View File

@@ -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