Vkaushal288

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Vkaushal288 created a post,
    Answered

    No warning on mismatching types

    I have two types in my codebase, each in a different package. Defined as:  package comEventtype Type int16// Type Constantsconst UserClick Type = 1// ... more constants below and package comStatety...