```class MyApplication : Application() { over...
# android
r
Copy code
class MyApplication : Application() {

    override fun onCreate() {

    }

}
Why isn't IntelliJ telling my I should call
super
here?