Merge pull request #9725 from igfoo/igfoo/inline

Kotlin: Extract inlineability of functions
This commit is contained in:
Ian Lynagh
2022-06-28 10:21:30 +01:00
committed by GitHub
6 changed files with 21 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
Added `Modifier.isInline()`.