// "class org.jetbrains.kotlin.idea.intentions.CreateKotlinSubClassIntention" "false" fun foo() { abstract class My { abstract fun bar(): Int } }