mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
Remove unused supression.
This commit is contained in:
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user