Merge pull request #13718 from igfoo/igfoo/file_classes

Kotlin: Improve file class support
This commit is contained in:
Ian Lynagh
2023-07-12 15:42:16 +01:00
committed by GitHub
14 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* A `Class.isFileClass()` predicate, to identify Kotlin file classes, has been added.