Kotlin won’t let me do this: ``` class TestImpl: T...
# announcements
c
Kotlin won’t let me do this:
Copy code
class TestImpl: Test {
    override fun someMethod(thing: String?) {

    }
}
But will break if the library sends a null.