Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
addImport
/
ConflictsExtensions1.dependency.kt
blob: 69d9027f4dee445d00ba0669d63ae68f079698ef [
file
] [
log
] [
blame
]
package
conflicts
.
extensions
fun
Byte
.
inv
():
Byte
=
(
255
-
this
).
toByte
()
fun foo1
()
{}
fun foo2
()
{}
fun foo3
()
{}
fun foo4
()
{}
fun foo5
()
{}