Reformatted testData
This commit is contained in:
+2
-5
@@ -1,9 +1,6 @@
|
|||||||
class WithModifiersOnAccessors {
|
class WithModifiersOnAccessors {
|
||||||
@Synchronized private fun methSync() {
|
@Synchronized private fun methSync() {}
|
||||||
}
|
@Strictfp protected fun methStrict() {}
|
||||||
|
|
||||||
@Strictfp protected fun methStrict() {
|
|
||||||
}
|
|
||||||
|
|
||||||
@get:Synchronized @set:Synchronized var sync = 0
|
@get:Synchronized @set:Synchronized var sync = 0
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -1,6 +1,5 @@
|
|||||||
import kotlin.collections.Map.Entry
|
import kotlin.collections.Map.Entry
|
||||||
|
|
||||||
class A {
|
class A {
|
||||||
internal fun foo(o: Entry<Any, Any>) {
|
internal fun foo(o: Entry<Any, Any>) {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user