mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
Remove unused supression.
This commit is contained in:
parent
ddde99f38d
commit
1c300b6109
@ -2,7 +2,6 @@ package gay.pizza.pork.parse
|
|||||||
|
|
||||||
interface CharSource : PeekableSource<Char> {
|
interface CharSource : PeekableSource<Char> {
|
||||||
companion object {
|
companion object {
|
||||||
@Suppress("ConstPropertyName")
|
|
||||||
const val NullChar = 0.toChar()
|
const val NullChar = 0.toChar()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user