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