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