Skip to content

类型名字冲突问题。 #19

Description

@GraphicGame

假定原生代码中有个类,类名字叫:ThisIsNativeClass,并且已注册在脚本系统中使用了。
那么如下脚本无法编译通过:
public class TestTypeNameConfliction {
//这一行无法编译通过,这个函数名和已注册的类名相同。
public void ThisIsNativeClass() {

 }

}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions