Searched defs:isBlockComment (Results 1 – 3 of 3) sorted by relevance
50 fun String.isBlockComment(): Boolean = startsWith("/*") && !startsWith("/**") in isKDocComment() method
106 public boolean isBlockComment() { in isBlockComment() method in BlockComment
194 public boolean isBlockComment() { in isBlockComment() method in Comment