gpt4 book ai didi

android - Kotlin:抑制以大写字母开头的函数的警告

转载 作者:行者123 更新时间:2023-12-02 16:17:00 24 4
gpt4 key购买 nike

Kotlin guide on coding conventions表示工厂函数可能以大写字母开头,

Exception: factory functions used to create instances of classes can have the same name as the class being created:
    abstract class Foo { ... }    class FooImpl : Foo { ... }    fun Foo(): Foo { return FooImpl(...) }

然而,android studio 中的代码检查器没有收到备忘录;它提示大写字母。我意识到我可以进入设置并修改规则,但是(1)我不想进行全局更改,(2)我不希望其他人使用我的代码收到警告。我只是希望使用 @Suppress 指令(或其他方式)抑制来自这一行的警告。

我似乎找不到所有 @Suppress 指令的列表 - 在哪里是吗?

我在哪里可以为此提交错误报告?

最佳答案

要抑制 Kotlin 中的任何警告,请按 Alt-Enter,然后按右箭头键,并从上下文菜单中选择抑制操作,如所附屏幕截图所示。

Suppress quickfix

此问题的问题has already been filed .

关于android - Kotlin:抑制以大写字母开头的函数的警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51383192/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com