Change Visibility Modifier Quick-Fix: Convert to Kotlin & refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Change visibility modifier" "true"
|
||||
// "Use inherited visibility" "true"
|
||||
interface ParseResult<out T> {
|
||||
public val success : Boolean
|
||||
public val value : T
|
||||
|
||||
Reference in New Issue
Block a user