terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

Bug in lizard for Kotlin function with type hints #340

Open ryuichi0704 opened 2 years ago

ryuichi0704 commented 2 years ago

Hi Team,

As shown in the attached image, when the return value of a function in Kotlin has a type hint, it do not seem to recognize the function correctly.

スクリーンショット 2021-12-17 16 40 33

We would appreciate your support.